@charset "utf-8";
body, div, li, p, ul {
    margin: 0;
    word-break: break-word;
  font-family:arial !important;
}
/* CSS Document */
.s_list{
 text-align:right;
}
.weixin{
  position:relative;
  display:inline-block;
  text-align:center;
  margin: 0 0px 0 16px;
  font-size:14px;
}
.weixin A{color: #fff;}
.weixin .weixin_nr{
  position:absolute;
  text-align:center;
  line-height:1;
  width: 110px;
  font-weight:normal;
  padding: 5px 5px 10px;
  font-size:14px;
  color: #999;
  z-index: 11;
  display:none;
  background:#fff;
  height: auto;
  top: 35px;
  left: 0%;
  box-shadow:0 3px 4px rgba(0, 0, 0, 0.1);
}
.weixin .weixin_nr IMG{
  margin-bottom:5px;
}
.weixin .weixin_nr .arrow{
  border-top:transparent 0px solid;
  position:absolute;
  border-left:transparent 10px solid;
  width:0px;
  display: none;
  border-bottom:#fff 10px solid;
  height:0px;
  top:-10px;
  border-right:transparent 10px solid;
  left:47px;
}
.on.weixin .weixin_nr{
  display:block;
}
.on.weixin A{
  opacity:1;
}



.douyin{
  position:relative;
  text-align:center;
  margin:0;
  display:inline-block;
  font-size:14px;
}
.douyin A{color: #fff;}
.douyin .douyin_nr{
    position: absolute;
    text-align: center;
    line-height: 1;
    width: 110px;
    font-weight: normal;
    color: #999;
    padding: 5px 5px 10px;
    font-size: 14px;
    z-index: 11;
    display: none;
    background: #fff;
    height: auto;
    top: 35px;
    left: -50%;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}
.douyin .douyin_nr IMG{
  margin-bottom:5px;
}
.douyin .douyin_nr .arrow{
  display:none;
  border-top:transparent 0px solid;
  position:absolute;
  border-left:transparent 10px solid;
  width:0px;
  border-bottom:#fff 10px solid;
  height:0px;
  top:-10px;
  border-right:transparent 10px solid;
  left:47px;
}
.on.douyin .douyin_nr{
  display:block;
}
.on .douyin A{
  opacity:1;
}

.e_bannerA-2 .p_img:before{
    content: '';
    background: linear-gradient(90deg,rgba(0,0,0,0.5),rgba(0,0,0,0)) !important;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    display: block;
    z-index: 2;
    width: 50%;
}